Kotlin utilities
/
it.czerwinski.kotlin.util
/
LeftProjection
/
getOrNull
common
get
Or
Null
fun
getOrNull
():
L
?
Content copied to clipboard
Gets value of this
Left
or
null
if this is
Right
.
Return
Value of this
Left
or
null
.